home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
hintres
/
hintdll.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-22
|
206 b
|
11 lines
library Hintdll;
{Delphi doesn't like when you don't have a uses clause - so here is a bogus
one - don't even bother looking at UNIT3.PAS}
uses
Unit3 in 'UNIT3.PAS';
{$R HINTS.RES}
begin
end.